home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / uti215a.zip / MEGAMAIL.DOC next >
Text File  |  1991-06-06  |  2KB  |  54 lines

  1.  
  2. Megamail Door Setup
  3. -------------------
  4.  
  5. The MegaMail(tm) offline reader system can be configured to run with any 
  6. Searchlight BBS 2.15 system using the enclosed UTI driver programs.
  7.  
  8. The MegaDoor program (MDOOR??.ZIP) should be obtained, and installed on your 
  9. system according to its installation and configuration docs. The Searchlight
  10. UTI drivers should also be installed according to their instructions.
  11.  
  12. To run MegaDoor, create a batch file which first calls UTIDOOR to output the 
  13. door parameters into a text file, then call MEGADOOR with its config file as 
  14. a parameter. Here's an example file, called MDOOR.BAT:
  15.  
  16.      @echo off
  17.      utidoor utidoor.txt
  18.      megadoor megacfg.1 utidoor.txt
  19.  
  20. If your MEGADOOR.EXE or MEGACFG.x file isn't in the current directory, 
  21. append pathnames to these filespecs. Megadoor should be run from the current 
  22. directory (ie. BBS home directory) unless you use the SET SLBBS environment 
  23. variable, which allows you to specify the path to your home directory.
  24.  
  25. Create a separate MDOOR.BAT file for each node in multinode systems, and be 
  26. sure to create and specify a separate MEGACFG file for each.
  27.  
  28. To execute MDOOR.BAT as a door, insert a line into your DOORS.DEF file.
  29. Example:
  30.  
  31.      0;0;0;2;MegaMail Offline Reader Door;.;mdoor.bat
  32.  
  33. The access level (2) can be adjusted to your preference.
  34.  
  35.  
  36. The combination of MegaDoor with the Searchlight UTI driver requires 
  37. approximately 250K of memory to handle the largest messages and message 
  38. areas. Try to allocate about 300K of total memory to any SLBBS task which 
  39. includes the MegaMail door. If less memory is available, you may experience 
  40. problems with larger mail volumes during export of messages or when MegaMail 
  41. calls PKZIP to pack messages.
  42.  
  43.  
  44. For more information about Megamail or to obtain registered copies of 
  45. Megamail programs, contact:
  46.  
  47.    Kip Compton
  48.    PO Box 206
  49.    MIT Branch
  50.    Cambridge, MA 02139
  51.  
  52.    BBS: 703-690-7361
  53.  
  54.